home *** CD-ROM | disk | FTP | other *** search
/ Almathera Ten Pack 3: CDPD 3 / Almathera Ten on Ten - Disc 3: CDPD3.iso / fish / 676-700 / 686 / newpos / demo next >
Text File  |  1995-03-18  |  302b  |  13 lines

  1. echo "Hello, this is a demonstration of the abilities of Newpos"
  2. wait
  3. echo "Now I will move this window to the upper left and resize it"
  4. wait
  5. newpos 0 0 640 400
  6. wait
  7. echo "Now I will make it small..."
  8. wait
  9. newpos 50 50 50 50
  10. wait
  11. newpos 50 50 400 30
  12. Echo "This is the end of this demonstration..."
  13. wait